|
RF Power Detector Device Driver API Reference Manual Overview
Alpha version
|
Functions | |
| def | setShieldType (shield_type) |
| This function set the type of shield. More... | |
| def | connect |
| This function open the connection to the shield. More... | |
| def | readPower |
| This function Read RF Power to the shield. More... | |
| def | readVoltage () |
| This function Read Voltages to the shield. More... | |
| def | readADCCode () |
| This function Read ADC Codes to the shield. More... | |
| def Function List.connect | ( | Port | ) |
This function open the connection to the shield.
| Port | (String) The port number where the Microcontroller is connected. |
| def Function List.readADCCode | ( | ADC_code | ) |
This function Read ADC Codes to the shield.
| None |
| def Function List.readPower | ( | freqGHz | ) |
This function Read RF Power to the shield.
| freqGHz | (Float) Frequency in GHz where user want to measure. |
| def Function List.readVoltage | ( | ADC_Voltages | ) |
This function Read Voltages to the shield.
| None |
| def Function List.setShieldType | ( | shield_type, | |
| None | |||
| ) |
This function set the type of shield.
| shield_type | (Integer) Type of shield |
1.8.14